﻿2026-07-21T10:35:32.9669335Z ##[group]Run actions/checkout@v5
2026-07-21T10:35:32.9670192Z with:
2026-07-21T10:35:32.9670636Z   repository: BigscreenVR/spt-bs-core
2026-07-21T10:35:32.9673896Z   token: ***
2026-07-21T10:35:32.9674301Z   ssh-strict: true
2026-07-21T10:35:32.9674770Z   ssh-user: git
2026-07-21T10:35:32.9675199Z   persist-credentials: true
2026-07-21T10:35:32.9675637Z   clean: true
2026-07-21T10:35:32.9676068Z   sparse-checkout-cone-mode: true
2026-07-21T10:35:32.9676538Z   fetch-depth: 1
2026-07-21T10:35:32.9676978Z   fetch-tags: false
2026-07-21T10:35:32.9677396Z   show-progress: true
2026-07-21T10:35:32.9677809Z   lfs: false
2026-07-21T10:35:32.9678199Z   submodules: false
2026-07-21T10:35:32.9678634Z   set-safe-directory: true
2026-07-21T10:35:32.9679215Z   allow-unsafe-pr-checkout: false
2026-07-21T10:35:32.9679939Z ##[endgroup]
2026-07-21T10:35:33.0475995Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-21T10:35:33.0477627Z ##[group]Getting Git version info
2026-07-21T10:35:33.0478367Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-21T10:35:33.0479545Z [command]/usr/bin/git version
2026-07-21T10:35:33.0499376Z git version 2.43.0
2026-07-21T10:35:33.0518278Z ##[endgroup]
2026-07-21T10:35:33.0529377Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3e3f5949-3689-4363-b64c-bf29eb454621' before making global git config changes
2026-07-21T10:35:33.0530675Z Adding repository directory to the temporary git global config as a safe directory
2026-07-21T10:35:33.0532787Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-21T10:35:33.0564495Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-21T10:35:33.0583601Z https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:35:33.0592963Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-21T10:35:33.0595333Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-21T10:35:33.0613015Z refs/heads/main
2026-07-21T10:35:33.0619302Z [command]/usr/bin/git checkout --detach
2026-07-21T10:35:33.0662374Z HEAD is now at 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:35:33.0695155Z [command]/usr/bin/git branch --delete --force main
2026-07-21T10:35:33.0720340Z Deleted branch main (was 1e306261).
2026-07-21T10:35:33.0724236Z ##[endgroup]
2026-07-21T10:35:33.0726783Z [command]/usr/bin/git submodule status
2026-07-21T10:35:33.0905253Z ##[group]Cleaning the repository
2026-07-21T10:35:33.0908069Z [command]/usr/bin/git clean -ffdx
2026-07-21T10:35:33.8730826Z Removing target/
2026-07-21T10:35:33.8741636Z [command]/usr/bin/git reset --hard HEAD
2026-07-21T10:35:33.8791136Z HEAD is now at 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:35:33.8797248Z ##[endgroup]
2026-07-21T10:35:33.8799110Z ##[group]Disabling automatic garbage collection
2026-07-21T10:35:33.8801795Z [command]/usr/bin/git config --local gc.auto 0
2026-07-21T10:35:33.8829024Z ##[endgroup]
2026-07-21T10:35:33.8830914Z ##[group]Setting up auth
2026-07-21T10:35:33.8835082Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-21T10:35:33.8863505Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-21T10:35:33.9052343Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-21T10:35:33.9078298Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-21T10:35:33.9257299Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-21T10:35:33.9282204Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-21T10:35:33.9469303Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-21T10:35:33.9498502Z ##[endgroup]
2026-07-21T10:35:33.9500405Z ##[group]Fetching the repository
2026-07-21T10:35:33.9505709Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eb058d462267f6d38c8d7dbd8c5610dd10aea076:refs/remotes/pull/44/merge
2026-07-21T10:35:34.5200209Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:35:34.5201145Z  * [new ref]           eb058d462267f6d38c8d7dbd8c5610dd10aea076 -> pull/44/merge
2026-07-21T10:35:34.5220585Z ##[endgroup]
2026-07-21T10:35:34.5221057Z ##[group]Determining the checkout info
2026-07-21T10:35:34.5222900Z ##[endgroup]
2026-07-21T10:35:34.5226716Z [command]/usr/bin/git sparse-checkout disable
2026-07-21T10:35:34.5263955Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-21T10:35:34.5286528Z ##[group]Checking out the ref
2026-07-21T10:35:34.5290120Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/44/merge
2026-07-21T10:35:34.5464759Z Previous HEAD position was 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:35:34.5466807Z HEAD is now at eb058d46 Merge b6bd80ae26d39251872a735902fe5fa09930925b into 1e306261316fee3b80a6002a6a9ee4d40f892576
2026-07-21T10:35:34.5473266Z ##[endgroup]
2026-07-21T10:35:34.5506938Z [command]/usr/bin/git log -1 --format=%H
2026-07-21T10:35:34.5526147Z eb058d462267f6d38c8d7dbd8c5610dd10aea076
